home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Young & Modern Digital Makeover Magic
/
Young & Modern Digital Makeover Magic.iso
/
data1.cab
/
TempMKV
/
UtilContextProxy.js
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
JavaScript
|
1999-10-18
|
335 b
|
19 lines
// UtilContextProxy.js
// Copyright (c) 1999 MGI Software Corp. All Rights Reserved
// <Script>
function _LTKGetContext( Ctx )
{
return CMGI3ContextProxy.GetContext( Ctx );
}
function _isMapi()
{
return CMGI3ContextProxy.CheckMapi();
}
function _isPrinters()
{
return CMGI3ContextProxy.CheckPrinters();
}